home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00365_Script_365 < prev    next >
Text File  |  1997-03-18  |  2KB  |  84 lines

  1. on exitFrame
  2.   puppetSprite 1, true
  3.   puppetSprite 2, true
  4.   puppetSprite 3, true
  5.   puppetSprite 4, true
  6.   puppetSprite 5, true
  7.   puppetSprite 6, true
  8.   puppetSprite 7, true
  9.   puppetSprite 8, true
  10.   puppetSprite 9, true
  11.   puppetSprite 10, true
  12.   puppetSprite 11, true
  13.   puppetSprite 12, true
  14.   puppetSprite 13, true
  15.   puppetSprite 14, true
  16.   puppetSprite 15, true
  17.   puppetSprite 16, true
  18.   puppetSprite 17, true
  19.   puppetSprite 18, true
  20.   puppetSprite 19, true
  21.   puppetSprite 20, true
  22.   puppetSprite 21, true
  23.   puppetSprite 22, true
  24.   puppetSprite 23, true
  25.   puppetSprite 24, true
  26.   puppetSprite 25, true
  27.   puppetSprite 44, true
  28.   
  29.   set the visible of sprite 1 to true
  30.   set the visible of sprite 2 to true
  31.   set the visible of sprite 3 to true
  32.   set the visible of sprite 4 to true
  33.   set the visible of sprite 5 to true
  34.   set the visible of sprite 6 to true
  35.   set the visible of sprite 7 to true
  36.   set the visible of sprite 22 to true
  37.   set the visible of sprite 23 to true
  38.   set the visible of sprite 24 to true
  39.   set the visible of sprite 25 to true
  40.   set the visible of sprite 8 to false
  41.   set the visible of sprite 9 to false
  42.   set the visible of sprite 10 to false
  43.   set the visible of sprite 11 to false
  44.   set the visible of sprite 12 to false
  45.   set the visible of sprite 13 to false
  46.   set the visible of sprite 14 to false
  47.   set the visible of sprite 15 to false
  48.   set the visible of sprite 16 to false
  49.   set the visible of sprite 17 to false
  50.   set the visible of sprite 18 to false
  51.   set the visible of sprite 19 to false
  52.   set the visible of sprite 20 to false
  53.   set the visible of sprite 21 to false
  54.   set the visible of sprite 44 to false
  55.   puppetSprite 1, false
  56.   puppetSprite 2, false
  57.   puppetSprite 3, false
  58.   puppetSprite 4, false
  59.   puppetSprite 5, false
  60.   puppetSprite 6, false
  61.   puppetSprite 7, false
  62.   
  63.   puppetSprite 8, false
  64.   puppetSprite 9, false
  65.   puppetSprite 10, false
  66.   puppetSprite 11, false
  67.   puppetSprite 12, false
  68.   puppetSprite 13, false
  69.   puppetSprite 14, false
  70.   puppetSprite 15, false
  71.   puppetSprite 16, false
  72.   puppetSprite 17, false
  73.   puppetSprite 18, false
  74.   puppetSprite 19, false
  75.   puppetSprite 20, false
  76.   puppetSprite 21, false
  77.   puppetSprite 22, false
  78.   puppetSprite 23, false
  79.   puppetSprite 24, false
  80.   puppetSprite 25, false
  81.   
  82.   puppetSprite 44, false
  83.   cursor -1
  84. end